home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / ashe-1.1 / xviewer.h < prev   
C/C++ Source or Header  |  1995-05-15  |  1KB  |  34 lines

  1. /*
  2. * xviewer.h - (c) 1994 Copyright by John R. Punin
  3. *
  4. * Routine Declarations of the source file xviewer.c
  5. *
  6. *
  7. */
  8. Widget CreateHTMLwidget(Widget w,HTMLED *);
  9. void Reload_HTML(Widget  w,XtPointer client_data, XtPointer call_data);
  10. void CreateNewFrame(Widget w,HTMLED *he);
  11. void CloseFrame(Widget w, HTMLED *he);
  12. void anchor_call(Widget w, XtPointer client_data, XtPointer call_data);
  13. char *getfile_href(char *nhref,HTMLED *he);
  14. char *get_title(Widget whtml);
  15. void strip_href(char *ohref,char **href, char**name);
  16.  
  17. void Create_Shell_Help(Widget w, XtPointer client_data, XtPointer call_data);
  18. void BuildHelpMenu(Widget menubar,HTMLED *he);
  19. Widget CreateHTMLwidget_help(Widget w,HTMLED *,char *);
  20. void popdown_help(Widget w, XtPointer client_data, XtPointer call_data);
  21. void anchor_help(Widget w, XtPointer client_data, XtPointer call_data);
  22. String  read_help(void);
  23.  
  24. void Insert_html_frame(HTMLED *he);
  25. void Delete_html_frame(HTMLED *he);
  26. void Print_Frames(void);
  27. void Exit_ASHE(Widget);
  28. void exit_dialog(Widget);
  29. void save_unmodified_files(Widget w);
  30.  
  31.  
  32.  
  33.  
  34.